home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 501-525 / disk_519 / avlsort / mem.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  222b  |  14 lines

  1. #ifndef EXEC_TYPES_H
  2. #include <exec/types.h>
  3. #endif
  4. #ifndef EXEC_NODES_H
  5. #include <exec/nodes.h>
  6. #endif
  7. #ifndef EXEC_LISTS_H
  8. #include <exec/lists.h>
  9. #endif
  10.  
  11. void *    __regargs    myalloc (ULONG size);
  12. void            myfreeall (void);
  13.  
  14.